home *** CD-ROM | disk | FTP | other *** search
- rem
- rem RAYVM - Run RAY using Virtual Memory
- rem
- rem Get DOS4GW to use Virtual mem.
- rem
- rem Setp DOS4GVM params. for your system:
- rem MAXMEM - Max. RAM to use
- rem SWAPNAME - Drive/file for disk mem.
- rem VIRTUALSIZE - Max virt. mem to use.
- rem - Decrease this value if you don't
- rem have enough drive space!
- rem
- rem Note! Only nine parameters passed to ray.exe!
- rem
- set DOS4GVM=MAXMEM#8096 SWAPNAME#D:\SWP.SWP VIRTUALSIZE#12000
- ray %1 %2 %3 %4 %5 %6 %7 %8 %9
- set DOS4GVM=